Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 121 forks source link

No Support for CSS Grid #273

Open valdadyne opened 6 years ago

valdadyne commented 6 years ago

Hi,

It would seem enduro.js doesn't come prebuilt with support for [https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout](CSS Grid Layout ). I assume this is a problem with the version of .scss and sure enough a bit of tinkering with mixins sorta solves the problem. Wouldn't it be easier I could use css directly?

eksoverzero commented 5 years ago

@valdadyne

You can use CSS, SASS or LESS. An example using the Bootstrap grid:

npm install bootstrap --save

In /assets/css/main.scss:

@import '../../node_modules/bootstrap/scss/bootstrap-grid';