2.0.0 • Published 5 years ago

share-snippets v2.0.0

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

share-snippets

A collection of code snippets that are commonly used and found on the web.

Use Js

new js file.

// util.js
import truncate from 'share-snippets/js/string/truncate'
import queryParse from 'share-snippets/js/url/queryParse'
export {
  truncate,
  queryParse
}

Use Scss

new scss file.

// util.scss
@import 'share-snippets/scss/flex.scss';
@import 'share-snippets/scss/grid-flex.scss';
2.0.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago