Skip to content

Commit 2e1f96b

Browse files
BrushCSS init
1 parent 0760b5a commit 2e1f96b

14 files changed

Lines changed: 31 additions & 2 deletions

File tree

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
composer.phar
1+
.phpunit.cache/
22
/vendor/
3-
brushcss.php
3+

β€Žconfig/brushcss.phpβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php

β€Žexamples/welcome.phpβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<h2 class="text-blue-500">
2+
Welcome to BrushCSS.
3+
</h2>

β€Žpublic/css/style.cssβ€Ž

Whitespace-only changes.

β€Žsrc/CLI/Application.phpβ€Ž

Whitespace-only changes.

β€Žsrc/CLI/Commands/BuildCommand.phpβ€Ž

Whitespace-only changes.

β€Žsrc/Core/CSSRule.phpβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
class CSSRule
4+
{
5+
// CSS Rule class
6+
}

β€Žsrc/Generator/Utilities/ColorUtility.phpβ€Ž

Whitespace-only changes.

β€Žsrc/JIT/ClassExtractor.phpβ€Ž

Whitespace-only changes.

β€Žsrc/Plugin/Contracts/BrushPlugin.phpβ€Ž

Whitespace-only changes.

0 commit comments

Comments
Β (0)