0.1.7 • Published 1 year ago

@codedrop/block-2-col v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@codedrop/block-2-col

npm

block-2-col styles.

Installation

npm install @codedrop/block-2-col --save-dev

How to use

CSS

  • PostCSS workflow: @import '@codedrop/block-2-col';
  • Native CSS: @import url('dist/block-2-col.css');
  • Link tag: <link href="dist/block-2-col.css" rel="stylesheet" type="text/css">

Developer notes

To use with default values:

@import '@codedrop/block-2-col';

To override variables in a project:

@import '@codedrop/constants';

@import 'path/to/local/project/vars.css';

@import '@codedrop/block-2-col/src/_block-2-col.css';

.block-2-col {
  /* Overrides */
}
0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago