my_css
-
Shoelace: 32kb https://news.ycombinator.com/item?id=14898627
-
Complete Guide to [Browser] Grid https://css-tricks.com/snippets/css/complete-guide-grid/
Intro
require "my_css"
sass = My_CSS::File.new("my.sass")
scss = My_CSS::File.new("my.scss")
css = My_CSS::File.new("my.css")
# .sass?
# .scss?
# .css?
scss.compile!
css_output = scss.compile!(%w[my arsg as a Array(String)])
File.write("my.css", css_output)
Repository
my_css
Owner
Statistic
- 0
- 0
- 0
- 0
- 2
- about 6 years ago
- August 8, 2017
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 12:23:14 GMT
Languages