Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
rolle889yIn my opinion preprocessors for CSS have made things so much simpler, even the creator of CSS said they should have implemented these things back then. Jowever, frameworks can be the pain in the ass and I have personally given up for them and usually build my own. About JS, I do not even want to start. Tools arw good, if you don't overcomplicate them and know your code. as soon as you stop understanding what you are doing, the things are going to the wrong direction. My 2 cents on the matter.
-
Studiosi1229y@rolle the thing is that they should be inside CSS, not as a separate tool that creates the need to create a build process.
ex. imagine that we were able to do, in CSS
var $cols = 4;
.class_x {
width: (100/$cols)%;
}
why is this not a CSS feature?
now we have enough processing power for this!
Related Rants
Am I the only one who thinks that it is put of hand this thing of "building" websites?
CoffeeScript -> JavaScript (+ 1M libraries)
SASS -> CSS (+ framework)
Markdown -> HTML
etc.
Does not his mean that we have failed at creating languages and tools?
undefined
webdev
web development
css
js
javascript
html
rant
shit
tools