0.1.6 • Published 1 year ago

@codedrop/team v0.1.6

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

@codedrop/team

npm

team styles.

Installation

npm install @codedrop/team --save-dev

How to use

CSS

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

Developer notes

To use with default values:

@import '@codedrop/team';

To override variables in a project:

@import '@codedrop/constants';

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

@import '@codedrop/team/src/_team.css';

.team {
  /* Overrides */
}
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