scriptPilot / app-framework

Applications for any device with HTML, CSS and JavaScript - free and open source!
MIT License
653 stars 143 forks source link

Integrate HTML / CSS precompiler #46

Closed scriptPilot closed 7 years ago

scriptPilot commented 7 years ago

Pug, Sass, Less, Stylus ...

scriptPilot commented 7 years ago

For now, in my point of view there is no big benefit. Framework7-Vue is already streamlined to use for HTML, and CSS is mostly done already. So - keep it simple, use plain HTML and CSS I would say :-) Or reopen for discussion ...

lcaprini commented 7 years ago

Hi @scriptPilot, first of all thank you for your awesome work. In my opinion all style preprocessor, like Less, Sass, Pug, are very usefull, because a lot of app that I realize use a lot of custom components. Using Sass (custom) functions, import, extends and variables would speed up my work, and also the style indentation make all code more readable. my2cents :) -L