https://github.com/poetic/meteor-materialize-sass-archived
Import materialize css as sass
https://github.com/poetic/meteor-materialize-sass-archived
Last synced: about 2 months ago
JSON representation
Import materialize css as sass
- Host: GitHub
- URL: https://github.com/poetic/meteor-materialize-sass-archived
- Owner: poetic
- Created: 2015-05-18T16:10:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T20:28:12.000Z (about 9 years ago)
- Last Synced: 2025-03-24T20:22:51.340Z (2 months ago)
- Language: JavaScript
- Size: 2.48 MB
- Stars: 19
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS REPO IS ARCHIVED
New repo: https://github.com/poetic/meteor-materialize-scss# CHANGE LOG
- 2015-10-01 update package for [email protected] (*Breaking*)
- fourseven:scss is updated to 3.3.3_1
- scss.json is not used anymore.
- index.scss is not autoupdated anymore, you need to manullay update index.scss.- 2015-06-26 upgrade to [0.97.0](https://github.com/Dogfalo/materialize/tree/v0.97.0#changelog)
- Icon Change (*Breaking*):`````` is still supported.
However you should use ```add``` instead as
metioned in the materialize [doc](http://materializecss.com/icons.html).# INSTALL
```
$ meteor add fourseven:scss
$ meteor add poetic:materialize-scss
$ meteor remove materialize:materialize # if you have materialize installed
```# SASS
Add the following line to your last-loaded scss file (E.G. main.scss):
```
// If you want to override materialize sass variables you can uncomment the following:
@import "{poetic:materialize-scss}/bower_components/materialize/sass/components/_color.scss";
//$primary-color: color("blue", "lighten-2");// import main scss file
@import "{poetic:materialize-scss}/bower_components/materialize/sass/materialize.scss";
```# ICONS
Icons are automatically imported from this package.You do NOT have to add an additional head element mentioned at http://materializecss.com/icons.html.
Read more about the MaterialIcons at https://google.github.io/material-design-icons/
# JAVASCRIPT
Javascript is automatically imported from this package.# VERSIONS
- 1.1.x -> materialize version: 0.96.x
- 1.2.x -> materialize version: 0.97.x
- 1.3.x -> materialize version: 0.97.x, meteor version: 1.2.x