Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Less error
#1

(This post was last modified: 05-07-2018, 01:30 AM by davy_yg.)

I wonder if anyone knows about less?

custom.less

.slide-upload {
    
    .form-control
    width: 300px;
}

C:\xampp\htdocs\coolcicms\assets\less>lessc custom.less custom.css

ParseError: Unrecognised input in C:\xampp\htdocs\coolcicms\assets\less\custom.less on line
63, column 7:
62 .form-control
63 width: 300px;
64 }
C:\xampp\htdocs\coolcicms\assets\less>
  • Is it possible to create the css file in different folder then the less file? For instance the css file is location in ../css relative to the less file. How to type the syntax to create the less file?
  • Next, why the below command shows some error? Should css syntax also works in less? 300 px; is being highlited in red.
" If I looks more intelligence please increase my reputation."
Reply




Theme © iAndrew 2016 - Forum software by © MyBB