Skip to content

Commit 65aa9cb

Browse files
authored
Add files via upload
1 parent 43882b9 commit 65aa9cb

3 files changed

Lines changed: 9861 additions & 0 deletions

File tree

output/base.min.php

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?php
2+
/**
3+
* CSS to PHP Array Map
4+
* ==========================================
5+
* Generated by CSS2PHP Converter v1.0.1
6+
* Created by @sakibweb
7+
* https://github.com/sakibweb/css2php
8+
* ==========================================
9+
*
10+
* Source Information:
11+
* ------------------------------------------
12+
* File: https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/base.min.css
13+
* Generated: 2025-03-16 02:03:35
14+
*
15+
* Processing Statistics (A-Z):
16+
* ------------------------------------------
17+
* Classes found: 0
18+
* Compression ratio: 47.5%
19+
* Input size: 2,842 bytes
20+
* Media queries: 0
21+
* Output size: 1,350 bytes
22+
* Processing time: 1742069015.408s
23+
* Pseudo-classes: 0
24+
* Syntax validation: ✅ Valid
25+
*
26+
* Configuration:
27+
* ------------------------------------------
28+
* Parse mode: Advanced (cssutils)
29+
* Skip errors: Yes
30+
* Timeout: 30s
31+
* Overwrite enabled: Yes
32+
* Split Selectors: No
33+
*
34+
* File Structure:
35+
* ------------------------------------------
36+
* - Array keys are CSS class selectors.
37+
* - Combined selectors are kept as single keys
38+
* - Each key represents a CSS selector and its associated styles.
39+
* - Each class selector has 'default' and optional 'media' properties.
40+
* - Media queries are nested under 'media' key.
41+
* - All properties are sorted alphabetically.
42+
* ==========================================
43+
*/
44+
45+
return [
46+
];

output/base.php

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?php
2+
/**
3+
* CSS to PHP Array Map
4+
* ==========================================
5+
* Generated by CSS2PHP Converter v1.0.1
6+
* Created by @sakibweb
7+
* https://github.com/sakibweb/css2php
8+
* ==========================================
9+
*
10+
* Source Information:
11+
* ------------------------------------------
12+
* File: https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/base.css
13+
* Generated: 2025-03-16 02:03:35
14+
*
15+
* Processing Statistics (A-Z):
16+
* ------------------------------------------
17+
* Classes found: 0
18+
* Compression ratio: 12.8%
19+
* Input size: 10,489 bytes
20+
* Media queries: 0
21+
* Output size: 1,347 bytes
22+
* Processing time: 1742069014.991s
23+
* Pseudo-classes: 0
24+
* Syntax validation: ✅ Valid
25+
*
26+
* Configuration:
27+
* ------------------------------------------
28+
* Parse mode: Advanced (cssutils)
29+
* Skip errors: Yes
30+
* Timeout: 30s
31+
* Overwrite enabled: Yes
32+
* Split Selectors: No
33+
*
34+
* File Structure:
35+
* ------------------------------------------
36+
* - Array keys are CSS class selectors.
37+
* - Combined selectors are kept as single keys
38+
* - Each key represents a CSS selector and its associated styles.
39+
* - Each class selector has 'default' and optional 'media' properties.
40+
* - Media queries are nested under 'media' key.
41+
* - All properties are sorted alphabetically.
42+
* ==========================================
43+
*/
44+
45+
return [
46+
];

0 commit comments

Comments
 (0)