1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-09-02 02:12:36 +02:00
This commit is contained in:
Morris Brodersen
2020-10-22 17:24:37 +02:00
parent 605bba5ff8
commit 882c1b053c

View File

@@ -159,8 +159,8 @@ plain HTML, CSS and JS files. The HTML and CSS mostly follows
which yields an intuitive, component-oriented structure.
The stylesheets are slightly verbose.
I missed [SCSS](https://sass-lang.com/) here,
and I think it's a must-have for bigger projects.
I missed [SCSS](https://sass-lang.com/) or [LESS](http://lesscss.org/) here
and I think one of these is a must-have for bigger projects.
ES6 modules are ruled out so all JavaScript lives under
a global namespace (`VT`). This works everywhere but has some downsides