Marcel Greter
/
3.6.4
(OCBNET on 2021-05-21)
3.6.3
(OCBNET on 2020-05-04)
3.6.2
(OCBNET on 2020-05-01)
3.6.0
(OCBNET on 2019-05-19)
3.4.13
(OCBNET on 2019-04-11)
3.4.12
(OCBNET on 2019-04-10)
3.4.11
(OCBNET on 2018-02-06)
3.4.10
(OCBNET on 2018-01-12)
3.4.9
(OCBNET on 2017-11-14)
3.4.8
(OCBNET on 2017-10-16)
3.4.7
(OCBNET on 2017-10-15)
3.4.6
(OCBNET on 2017-05-22)
3.4.5
(OCBNET on 2017-04-08)
3.4.4
(OCBNET on 2017-03-07)
3.4.3
(OCBNET on 2017-02-20)
3.4.2
(OCBNET on 2017-02-15)
3.4.1
(OCBNET on 2017-01-12)
3.4.0
(OCBNET on 2016-12-10)
3.3.6
(OCBNET on 2016-07-03)
3.3.5
(OCBNET on 2016-06-30)
3.3.4
(OCBNET on 2016-06-02)
3.3.3
(OCBNET on 2016-04-23)
3.3.2
(OCBNET on 2016-04-18)
3.3.1
(OCBNET on 2016-03-20)
3.3.0
(OCBNET on 2016-01-20)
v3.2.2
(OCBNET on 2015-05-13)
v3.2.1
(OCBNET on 2015-04-28)
v3.2.0
(OCBNET on 2015-04-27)
v3.1.1
(OCBNET on 2015-02-03)
v3.0.2
(OCBNET on 2014-11-05)
v3.0.1
(OCBNET on 2014-10-26)
v3.0.0
(OCBNET on 2014-10-18)
v0.8.1
(DAVID on 2013-10-04)
v0.8.0
(DAVID on 2013-09-27)
v0.7.0
(DAVID on 2013-08-13)
'
3.3.0_03 DEV
(OCBNET on 2015-10-24)
3.3.0_02 DEV
(OCBNET on 2015-09-21)
3.3.0_01 DEV
(OCBNET on 2015-09-09)
v3.1.0
(OCBNET on 2015-01-08)
v3.0.1_3 DEV
(OCBNET on 2014-10-24)
v3.0.1_2 DEV
(OCBNET on 2014-10-24)
v3.0.1_1 DEV
(OCBNET on 2014-10-21)
v0.6.0
(DAVID on 2013-06-22)
v0.5.0
(DAVID on 2013-06-21)
v0.4.0
(DAVID on 2013-06-17)
v0.3.0
(DAVID on 2013-06-17)
v0.2.0
(DAVID on 2013-06-15)
v0.1.0
(DAVID on 2013-05-30)
CSS-Sass-3.6.4
River stage one
• 3 direct dependents
• 3 total dependents
10 ++
/
plugins/glob/README.md
Libsass Glob Plugin
Native libsass plugin for glob-based imports
Building
You need to have libsass already compiled or installed as a
shared library (inclusive header files). It is then compiled via cmake. See
this example to compile it on windows via MinGW Compiler Suite:
git clone https://github.com/sass/libsass.git
mingw32-make -C libsass BUILD=shared CC=gcc -j5
git clone https://github.com/mgreter/libsass-glob.git
cd libsass-glob && mkdir build && cd build
cmake -G "MinGW Makefiles" .. -DLIBSASS_DIR="..\..\libsass"
mingw32-make CC=gcc -j5 && dir glob.dll
You may define LIBSASS_INCLUDE_DIR and LIBSASS_LIBRARY_DIR separately!
Examples
@import "lib*.scss"
@import "**/*.scss"
Only globstar (**) and asterisk (*) wildcards are supported so far.
Caveats
Not really tested in the wild
May not work with unicode filenames
Copyright
© 2016 Marcel Greter