PluginProbe
MaxButtons – Create buttons / 6.3
MaxButtons – Create buttons v6.3
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / assets / libraries / scssphp / classmap.php

classmap.php in MaxButtons – Create buttons 6.3, at assets/libraries/scssphp/classmap.php

64 lines 968 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * SCSSPHP
4 *
5 * Stub classes for backward compatibility
6 *
7 * @copyright 2012-2015 Leaf Corcoran
8 *
9 * @license http://opensource.org/licenses/MIT MIT
10 *
11 * @link http://leafo.github.io/scssphp
12 */
13
14 // @codingStandardsIgnoreStart
15 /**
16 * @deprecated since 0.1.0
17 */
18 class scssc extends \Leafo\ScssPhp\Compiler
19 {
20 }
21
22 /**
23 * @deprecated since 0.1.0
24 */
25 class scss_parser extends \Leafo\ScssPhp\Parser
26 {
27 }
28
29 /**
30 * @deprecated since 0.1.0
31 */
32 class scss_formatter extends \Leafo\ScssPhp\Formatter\Expanded
33 {
34 }
35
36 /**
37 * @deprecated since 0.1.0
38 */
39 class scss_formatter_nested extends \Leafo\ScssPhp\Formatter\Nested
40 {
41 }
42
43 /**
44 * @deprecated since 0.1.0
45 */
46 class scss_formatter_compressed extends \Leafo\ScssPhp\Formatter\Compressed
47 {
48 }
49
50 /**
51 * @deprecated since 0.1.0
52 */
53 class scss_formatter_crunched extends \Leafo\ScssPhp\Formatter\Crunched
54 {
55 }
56
57 /**
58 * @deprecated since 0.1.0
59 */
60 class scss_server extends \Leafo\ScssPhp\Server
61 {
62 }
63 // @codingStandardsIgnoreEnd
64