File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/learn-symfony/css-compiler/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/learn-symfony/css-compiler/?branch=master )
2+ [ ![ codecov] ( https://codecov.io/gh/learn-symfony/css-compiler/branch/master/graph/badge.svg )] ( https://codecov.io/gh/learn-symfony/css-compiler )
23[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/b72078dc-94a7-492f-9deb-3829c41d2519/mini.png )] ( https://insight.sensiolabs.com/projects/b72078dc-94a7-492f-9deb-3829c41d2519 )
34
45[ ![ Latest Stable Version] ( https://poser.pugx.org/eugene-matvejev/css-compiler/version )] ( https://packagist.org/packages/eugene-matvejev/css-compiler )
Original file line number Diff line number Diff line change 44
55use EM \CssCompiler \Exception \FileException ;
66
7+ /**
8+ * @since 0.1
9+ */
710class FileContainer
811{
912 const TYPE_UNKNOWN = 'unknown ' ;
Original file line number Diff line number Diff line change 22
33namespace EM \CssCompiler \Exception ;
44
5+ /**
6+ * @since 0.1
7+ */
58class CompilerException extends \Exception
69{
710}
Original file line number Diff line number Diff line change 22
33namespace EM \CssCompiler \Exception ;
44
5+ /**
6+ * @since 0.1
7+ */
58class FileException extends \Exception
69{
710}
Original file line number Diff line number Diff line change 99use lessc as LESSCompiler ;
1010use scss_compass as CompassCompiler ;
1111
12+ /**
13+ * @since 0.1
14+ */
1215class Processor
1316{
1417 const FORMATTER_COMPRESSED = 'compressed ' ;
You can’t perform that action at this time.
0 commit comments