Giter Site home page Giter Site logo

superdj / smaterial Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 3.02 MB

A CSS framework that follows the Material Design guidelines as close as possible

Home Page: https://superdj.github.io/smaterial/

License: MIT License

JavaScript 10.44% SCSS 89.56%
material-design css css-framework no-jquery es6 scss frontend front-end framework

smaterial's Introduction

npm version

Content

  • About Material
  • Getting started
  • Minify files
  • Contributing

About Material

Material is a CSS framework based on the Material Design guidelines.

Getting started

To get started you can choose to use the source files or the minified files. In order to use the minified files the easiest way is to load them from GitHub for now:

<link rel="styleheet" href="//superdj.github.io/material/dist/css/material-light.css">
<script src="//superdj.github.io/material/dist/js/material.js"></script>

If you prefer to use the source file you can do so by installing the package:

npm i -D smaterial

In order to use the source files for sass you case use one of the following:

@import '~smaterial/src/sass/material-light'
@import '~smaterial/src/sass/material-dark'
@import '~smaterial/src/sass/index'

Both index and material-light are basically the same. However material-dark will result in a dark theme. The dark theme can also be achieved by importing index and override the variable $theme: dark

and for js:

import '~smaterial/src/js/main.js'

Minify files

To minify the output of both SASS and JS files there are a couple of tricks you can use. Do note that this only works for the source files.

JS

When using the source files for JS you can simply import only the required classes. How you can do this is shown below, the full list of classes can be found in src/js/main.js

SASS

For SASS you can simply edit defined arrays which specify the used components. For example copy and paste the following variable into your own sass file: $icon-settings: (18, 24, 36, 48);. If you then delete 18 the class .icon--18 will not be included in the outputted CSS file.

Created using

PHPStorm

smaterial's People

Contributors

dependabot[bot] avatar superdj avatar

Watchers

 avatar  avatar  avatar

smaterial's Issues

Laravel returns a error when compiling SCSS

Laravel returns the following error when compiling SCSS:

WARNING: You probably don't mean to use the color value gray in interpolation here.
It may end up represented as grey, which will likely produce invalid CSS.
Always quote color names when using them as strings or map keys (for example, "gray").
If you really want to use the color value here, use '"" + $color-name'.

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.