2.0.0 • Published 3 years ago

share-snippets v2.0.0

Weekly downloads
3
License
-
Repository
-
Last release
3 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

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago