0.0.10 • Published 4 years ago

cornerstone-css v0.0.10

Weekly downloads
4
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

"The stone has been proved and found to be 'fair work and square work' and fit to be laid as the foundation stone of this Holy Temple. " ~ Freemason ceremony, The Cork Examiner of 13th January 1865.

Cornerstone CSS

Ascetic CSS framework for your ui.

Installation

npm i -S cornerstone-css

Usage

Supported style systems are:

  • CSS
  • SCSS
  • Styled Components

CSS:

<link rel="stylesheet" type="text/css" href="../node_modules/cornerstone-css/dist/css/cornerstone.min.css">

SCSS:

@import '../node_modules/cornerstone-css/dist/scss/cornerstone.scss';

JS (StyledComponents):

import Cornerstone from 'cornerstone-css';
// or
import { CorneredButton } from 'cornerstone-css';

Docs

TO:DO

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago