1.0.7 • Published 8 years ago

skeleton-sass-syntax v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Skeleton Sass Syntax

Skeleton-Sass-Syntax is the unofficial Sass version of framework Skeleton of Dave Gamache and it is followed Sass syntax. Currently, It has all feature of Skeleton v2.0.4.

Introduction

Skeleton is a simple and lightweight framework. For more information, please go to: skeleton.css

Getting Started

Install global dependency

Install

npm install skeleton-sass-syntax

Development - Install local dependency

  • Open terminal or cmd
  • cd to root folder of project that contains package.json
  • run command:

npm install

npm start

Structure of Project

skeleton-sass/

├── css/ (build folder)

│ └── skeleton.css (skeleton built from src folder)

├── src/

│ └── common (contains common values using for all elements & components)

│ └── components (contains all components of origin skeleton.css)

│ └── mixins (contains static function)

│ └── modules (contains third party lib with sass syntax)

├── template/

│ └── skeleton.css (download from http://getskeleton.com/)

├── package.json

├── skeleton.sass (bootstrap all *.sass)

├── index.html

└── README.md

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago