1.4.0 • Published 6 years ago

point-sass v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Point

A flexible CSS Framework for building modern responsive web apps.

  • Built with Flexbox
  • Mobile-First
  • BEM, Namespaces, Modular, Beautiful code
  • 12KB minified and gzipped

Setup

There are 3 ways to start

Install with Yarn

yarn add point-sass

Install with NPM

npm install point-sass --save

Direct <script> Include

<link rel="stylesheet" href="dist/point.min.css" />

Documentation

Customize

Point is coded in SASS, If you're familiar with it, You can continue.

1. Install the dependence

yarn add point-sass --dev

2. Set your variables

you can reference all initial variables in scss/_vars.scss

$master-palette: (
  primary: #e74c3c
);

$link-color: #e74c3c;

3. Import Point at the end of your code

$master-palette: (
  primary: #e74c3c
);

$link-color: #e74c3c;

// Your code

@import "node_modules/point-sass/point"

Browser Support

Point uses Normalize.css for CSS reset and Autoprefixer to make styles compatible with earlier browser versions. For best user experience, these browsers are recommended:

  • Chrome
  • Firefox
  • Safari
  • Opera
  • Microsoft Edge
  • Internet Explorer 10+

Copyright and license

Code copyright 2017 moyu. Code released under the MIT license.

1.4.0

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.9

7 years ago

0.8.8

7 years ago

0.8.7

7 years ago

0.8.6

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago