• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-May-2021-

bin/H21-May-2021-32

docs/H21-May-2021-314225

m4/H21-May-2021-

res/H03-May-2022-11

script/H21-May-2021-139109

win/H21-May-2021-1,2701,009

.editorconfigH A D21-May-2021243 1612

.gitignoreH A D21-May-2021656 6460

.travis.ymlH A D21-May-2021455 2721

CODE_OF_CONDUCT.mdH A D21-May-2021537 118

GNUmakefile.amH A D21-May-2021973 4537

LICENSEH A D21-May-20211.2 KiB2619

MakefileH A D21-May-20215.7 KiB274219

Readme.mdH A D21-May-20212.3 KiB6143

appveyor.ymlH A D21-May-20211.1 KiB4938

configure.acH A D21-May-20213.5 KiB10585

sassc.cH A D21-May-202112.9 KiB403363

sassc_version.hH A D21-May-2021115 96

sassc_version.h.inH A D21-May-2021128 96

version.shH A D21-May-2021286 1110

Readme.md

1SassC
2=======
3
4[![Unix CI](https://secure.travis-ci.org/sass/sassc.svg?branch=master)](http://travis-ci.org/sass/sassc)
5[![Windows CI](https://ci.appveyor.com/api/projects/status/github/sass/sassc?svg=true)](https://ci.appveyor.com/project/sass/sassc/branch/master)
6
7by Aaron Leung ([@akhleung]), Hampton Catlin ([@hcatlin]), Marcel Greter ([@mgreter]) and Michael Mifsud ([@xzyfer])
8
9http://github.com/sass/sassc
10
11**Warning:** [LibSass and SassC are deprecated](https://sass-lang.com/blog/libsass-is-deprecated).
12While it will continue to receive maintenance releases indefinitely, there are no
13plans to add additional features or compatibility with any new CSS or Sass features.
14Projects that still use it should move onto
15[Dart Sass](https://sass-lang.com/dart-sass).
16
17About SassC
18-----------
19
20SassC is a wrapper around libsass (http://github.com/sass/libsass)
21used to generate a useful command-line application that can be installed
22and packaged for several operating systems.
23
24SassC currently statically links the libsass library, but might one
25day using dynamic linking if libsass supports that in the future.
26
27About Sass
28----------
29
30Sass is a CSS pre-processor language to add on exciting, new,
31awesome features to CSS. Sass was the first language of its kind
32and by far the most mature and up to date codebase.
33
34Sass was originally conceived of by the co-creator of this library,
35Hampton Catlin ([@hcatlin]). Most of the language has been the result of years
36of work by Natalie Weizenbaum ([@nex3]) and Chris Eppstein ([@chriseppstein]).
37
38For more information about Sass itself, please visit https://sass-lang.com
39
40Initial development of SassC by Aaron Leung and Hampton Catlin was supported by [Moovweb](http://www.moovweb.com).
41
42Documentation
43-------------
44
45* [Building on Unix](docs/building/unix-instructions.md)
46* [Building on Windows](docs/building/windows-instructions.md)
47* [Testing on Unix](docs/testing/unix-instructions.md)
48* [Testing on Windows](docs/testing/windows-instructions.md)
49
50Licensing
51---------
52
53Our MIT license is designed to be as simple, and liberal as possible.
54
55[@hcatlin]: https://github.com/hcatlin
56[@akhleung]: https://github.com/akhleung
57[@chriseppstein]: https://github.com/chriseppstein
58[@nex3]: https://github.com/nex3
59[@mgreter]: https://github.com/mgreter
60[@xzyfer]: https://github.com/xzyfer
61