PHP code example of zulfiismailovdemiri / wkcss

1. Go to this page and download the library: Download zulfiismailovdemiri/wkcss library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

zulfiismailovdemiri / wkcss example snippets


   private const SPACING_MULTIPLIER = 8; // Changes spacing from 4px to 8px increments
   

   public static function getBasicColors(): array
   {
       return [
           'custom' => '#123456',
           'primary' => '#007bff',
           'secondary' => '#6c757d',
       ];
   }