Giter Club home page Giter Club logo

meteor-materialize-scss's Introduction

INSTALL

$ meteor add fourseven:scss
$ meteor add poetic:materialize-scss
$ meteor remove materialize:materialize # if you have materialize installed

SCSS

Add the following lines 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}/sass/components/_color.scss";
// $primary-color: color("blue", "lighten-2");

// import main scss file
@import "{poetic:materialize-scss}/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.

CHANGE LOG

  • 2015-11-22 update to materializecss 0.97.3

    • We rewrote the package as a fork and archived the previous gitrop. If you are looking for code in a version lower than 1.97.3, please check the archived repo. (Breaking)
  • 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

    • Icon Change (Breaking):

      <i class="mdi-content-add"></i> is still supported.

      However you should use <i class="material-icons">add</i> instead as metioned in the materialize doc.

FOR MAINTAINERS

  • HOW TO UPDATE TO NEW VERSIONS OF MATERIALIZECSS
git checkout master
git pull https://github.com/Dogfalo/materialize.git master
git checkout <previous-mms-version-on-github>
git checkout -b <next-mms-version>
git rebase <latest-stable-materializecss-version>
// test
meteor publish

meteor-materialize-scss's People

Contributors

dogfalo avatar acburst avatar ajmark avatar klouie93 avatar afifsohaili avatar chun-yang avatar chukitow avatar bivainis avatar robinbortlik avatar ramunasm avatar ecksters avatar splendido avatar coltonfitzgerald avatar s7dhansh avatar smileychris avatar boelensman1 avatar zegerhoogeboom avatar martinglover avatar msolters avatar kaymmm avatar neydroid avatar jonathanpath avatar ciencia avatar fakenickels avatar deiwin avatar wongalvis avatar abeltramo avatar kkosuge avatar jmiedel avatar kylebakerio avatar

Watchers

James Cloos avatar Elie Steinbock avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.