{"id":17524849,"url":"https://github.com/semigradsky/css-creator","last_synced_at":"2025-02-27T02:42:48.880Z","repository":{"id":15068795,"uuid":"17795090","full_name":"Semigradsky/css-creator","owner":"Semigradsky","description":"JS library for dynamically creating CSS on page.","archived":false,"fork":false,"pushed_at":"2014-03-31T06:37:00.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-09T21:35:19.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Semigradsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-16T08:22:07.000Z","updated_at":"2014-03-31T06:36:57.000Z","dependencies_parsed_at":"2022-07-16T21:33:04.540Z","dependency_job_id":null,"html_url":"https://github.com/Semigradsky/css-creator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semigradsky%2Fcss-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semigradsky%2Fcss-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semigradsky%2Fcss-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Semigradsky%2Fcss-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Semigradsky","download_url":"https://codeload.github.com/Semigradsky/css-creator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240967794,"owners_count":19886276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-20T14:29:24.355Z","updated_at":"2025-02-27T02:42:48.864Z","avatar_url":"https://github.com/Semigradsky.png","language":"JavaScript","readme":"css-creator\n===========\n\nJS library for dynamically creating CSS on page.\n\n## Installation\n\n```\n$ bower install css-creator\n```\n\n## Supports\n\nInternet Explorer 8+\n\n## Usage\n\n```\nvar globalStyles = new CSSCreator();\n...\nglobalStyles.addRules([\n  ['h2',\n    ['color', 'red'],\n    ['background-color', 'green', true] // 'true' for !important rules \n  ], \n  ['.myClass', \n    ['background-color', 'yellow']\n  ]\n]);\n...\nglobalStyles.addToPage();\n```\n\nFor more examples see example.html file.\n\n# License\n\nCode is released under [the MIT license](LICENSE).\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Semigradsky/css-creator/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemigradsky%2Fcss-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemigradsky%2Fcss-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemigradsky%2Fcss-creator/lists"}