Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
csscom
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
csscom
Graph
f5d284bf7fbd2a04ccc7ffa8d2df4b7728a574ab
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Dec
30
Added unit tests for parser and fixed a lot of bugs on the way
master
master
Command-line now supports stdin input in addition to files
Added module init file in tests folder to be able to run tests separately
Converted verbose/debug command-line arguments to booleans
Added command-line option to overwrite original CSS file
Added logging options to command-line arguments
Compression methods now alter their argument instead of making a copy
Added functions for converting colors
Code cleanup
Updated docstring
Fixed line number counter in parser for comments
Removed debug print statement
Improved spaces indenting command-line argument
Parser now recognizes properties at the end of a block without semicolon
Fixed some parser features:
Added a command-line option to customize indenting
Code cleanup
Improved program description
Removed obsolete coverage comment from main file
Improved some usage messages
Replaces 'compress_blocks' with 'combine_blocks', which is more fitting
Fixed unit tests
Reordered file structure and added support for media queries in the parser
Initial commit