All Projects → sierra-library → Sierra

sierra-library / Sierra

Licence: gpl-2.0
Sierra SCSS library

Projects that are alternatives of or similar to Sierra

Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-85.21%)
Mutual labels:  scss, frontend, sass
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+227.35%)
Mutual labels:  scss, frontend, sass
Frontplate
フロントエンド開発の効率をあげるフルスタックテンプレート
Stars: ✭ 175 (-79.46%)
Mutual labels:  scss, frontend, sass
Input Range Scss
Styling Cross-Browser Compatible Range Inputs with Sass
Stars: ✭ 272 (-68.08%)
Mutual labels:  npm-package, scss, sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-8.1%)
Mutual labels:  scss, frontend, sass
Oruga
🐛 Oruga is a lightweight library of UI components without CSS framework dependency
Stars: ✭ 297 (-65.14%)
Mutual labels:  scss, frontend, sass
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+2788.62%)
Mutual labels:  scss, sass
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (-29.34%)
Mutual labels:  scss, sass
Scout App
Scout-App - The simplest Sass processor
Stars: ✭ 639 (-25%)
Mutual labels:  scss, sass
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (-14.44%)
Mutual labels:  scss, sass
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-42.14%)
Mutual labels:  scss, sass
Ng Zorro Antd Mobile
A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
Stars: ✭ 709 (-16.78%)
Mutual labels:  gitter, frontend
Sassy Starter
🎉 Sassy starter - HTML / SCSS (SMACSS)
Stars: ✭ 740 (-13.15%)
Mutual labels:  scss, sass
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (-38.5%)
Mutual labels:  scss, sass
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (-41.08%)
Mutual labels:  scss, sass
Avalanche
Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system
Stars: ✭ 627 (-26.41%)
Mutual labels:  scss, sass
Neat
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 4,506 (+428.87%)
Mutual labels:  scss, sass
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (-15.96%)
Mutual labels:  scss, sass
Sassmagic
Collection best of Sass mixins and function
Stars: ✭ 795 (-6.69%)
Mutual labels:  scss, sass
Gulp Frontnote
スタイルガイドジェネレーターFrontNoteのGulpプラグイン
Stars: ✭ 7 (-99.18%)
Mutual labels:  scss, sass


The smallest and lightest scss library

Gitter npm version Commitizen friendly

Online demo

Visit demo website.

Visit a theme customization example.

What's the difference with other SCSS libraries?

This is a micro SCSS library to help you build websites

    ✓ Only 32.9 kB (8.2 kB gzipped)
    ✓ Modular
    ✓ Customize colors, borders, radius & sizes
    ✓ Responsive

Quick install

Using npm

npm install sierra-library --save-dev

Import

In sass files (recommended)

@import 'sierra-library/lib/index';

or directly in your html

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

Customize

If you want to customize Sierra library's theme, create your own custom-settings file and add it just before importing sierra files:

@import 'custom-settings';
@import 'sierra-library/lib/index';

This custom-settings.scss file should contain all those SCSS variables you want to overwrite:

$c-primary: #3498db;
$c-secondary: #2ecc71;

$fz-base: 18px;

Examples

Theme customization example

Theme customization example code

Contributing

Contributing rules

  • Do not include unrelated commits in the same Pull Request.
  • Use .editorconfig file located in the root folder. More info
  • Use the .scss-lint file located in the root folder.
  • In case of doubt, join our chat sierra-library gitter.

Who's Using This?

Are you using Sierra Library in your awesome project too? drop us an email.


Made by Joan Claret (@dpam23) and contributors  |  This library is licensed under the GNU General Public License v2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].