Skip to content

Commit 45a9fa1

Browse files
authored
Create README.md
1 parent d08ddca commit 45a9fa1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
CSS Compiler / Obfuscator / Minifier / Transpiler
2+
==================================================================
3+
4+
> PHP 5.3.0 or >
5+
6+
Stylesheet Compiler makes it possible to rename CSS class names
7+
in your stylesheet, which helps reduce the size of the CSS that
8+
is sent down to your users.
9+
Of course, this is not particularly useful unless the class names
10+
are renamed consistently in the HTML and CSS files that use the names.
11+
Fortunately, you can use the Stylesheet Compiler to update the class
12+
names in your CSS and to update the class names in your HTML.
13+
14+
Also it is an unique way to protect your stylesheets from theft.
15+
Actually, it surly doesn't protects sheets from stealing,
16+
because it's not really possible in the web technology.
17+
18+
So how it works?
19+
----------------
20+
21+
This software will transform your stylesheets in a way,
22+
no one will want to modify them. They can steal it,
23+
but who wants to use (and adjust) stylesheet,
24+
which looks like if it's made of the worst coder in the universe?
25+
26+
**Got it? Try it!**
27+
28+
Copyright 2020 phpSoftware
29+
30+
```
31+
TODO
32+
ALSO PARSE <style></style> TAGs IN THE HTML FILE
33+
```

0 commit comments

Comments
 (0)