ListFunctions 0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ListFunctions.rb +29 -29
- data/stylesheets/ListFunctions/_chunk.scss +32 -32
- data/stylesheets/ListFunctions/_count-values.scss +32 -32
- data/stylesheets/ListFunctions/_debug.scss +34 -34
- data/stylesheets/ListFunctions/_first.scss +12 -12
- data/stylesheets/ListFunctions/_insert-nth.scss +51 -51
- data/stylesheets/ListFunctions/_is-symmetrical.scss +22 -22
- data/stylesheets/ListFunctions/_last-index.scss +24 -24
- data/stylesheets/ListFunctions/_last.scss +12 -12
- data/stylesheets/ListFunctions/_loop.scss +20 -20
- data/stylesheets/ListFunctions/_prepend.scss +15 -15
- data/stylesheets/ListFunctions/_purge.scss +20 -20
- data/stylesheets/ListFunctions/_remove-duplicates.scss +29 -29
- data/stylesheets/ListFunctions/_remove-nth.scss +22 -22
- data/stylesheets/ListFunctions/_remove.scss +18 -18
- data/stylesheets/ListFunctions/_replace-nth.scss +49 -49
- data/stylesheets/ListFunctions/_replace.scss +31 -31
- data/stylesheets/ListFunctions/_reverse.scss +29 -29
- data/stylesheets/ListFunctions/_slice.scss +59 -59
- data/stylesheets/ListFunctions/_sort.scss +42 -0
- data/stylesheets/ListFunctions/_sum.scss +32 -32
- data/stylesheets/ListFunctions/_to-string.scss +28 -28
- data/stylesheets/_ListFunctions.scss +94 -90
- data/templates/project/sass/ListFunctions/_chunk.scss +32 -32
- data/templates/project/sass/ListFunctions/_count-values.scss +32 -32
- data/templates/project/sass/ListFunctions/_debug.scss +34 -34
- data/templates/project/sass/ListFunctions/_first.scss +12 -12
- data/templates/project/sass/ListFunctions/_insert-nth.scss +51 -51
- data/templates/project/sass/ListFunctions/_is-symmetrical.scss +22 -22
- data/templates/project/sass/ListFunctions/_last-index.scss +24 -24
- data/templates/project/sass/ListFunctions/_last.scss +12 -12
- data/templates/project/sass/ListFunctions/_loop.scss +20 -20
- data/templates/project/sass/ListFunctions/_prepend.scss +15 -15
- data/templates/project/sass/ListFunctions/_purge.scss +20 -20
- data/templates/project/sass/ListFunctions/_remove-duplicates.scss +29 -29
- data/templates/project/sass/ListFunctions/_remove-nth.scss +22 -22
- data/templates/project/sass/ListFunctions/_remove.scss +18 -18
- data/templates/project/sass/ListFunctions/_replace-nth.scss +49 -49
- data/templates/project/sass/ListFunctions/_replace.scss +31 -31
- data/templates/project/sass/ListFunctions/_reverse.scss +29 -29
- data/templates/project/sass/ListFunctions/_slice.scss +59 -59
- data/templates/project/sass/ListFunctions/_sum.scss +32 -32
- data/templates/project/sass/ListFunctions/_to-string.scss +28 -28
- data/templates/project/sass/_ListFunctions.scss +90 -90
- metadata +18 -11
- checksums.yaml +0 -7
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: d656970f44fab99bfadc04718acd6f678578a68f
|
4
|
-
data.tar.gz: f4ec0ebdd9d18d9c7a62308e127513489a232605
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 232e1c167919adb995faece9e23a37c2a1622809b1a6a948eefc7552057b9b3171b4d213b0f2b095bb4c99dd4948134cb281721da74d05a1edc6a2ac293252a8
|
7
|
-
data.tar.gz: c2837143ab92c7ee9b05fbe314c7754f882e8d68f59f03452761e3885f34839fffc2d0e681ecdaeac7fce2168ae70883a8678c816a1b0c62380a4d7f8306ea9a
|