{"id":26064557,"url":"https://github.com/nomadicgopher/less_to_css_ui","last_synced_at":"2025-03-08T18:41:23.919Z","repository":{"id":267554934,"uuid":"901618377","full_name":"nomadicGopher/Less_to_CSS_UI","owner":"nomadicGopher","description":"A web page that interprets LESS to minified CSS. Includes Save-As \u0026 Copy-to-Clipboard features. Easily run in VS Code (via Microsoft's Live Preview extension) or with any web browser.","archived":false,"fork":false,"pushed_at":"2025-03-05T04:44:41.000Z","size":338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T11:21:07.135Z","etag":null,"topics":["css","interpreter","less","single-page-app","vscode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nomadicGopher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"nomadicGopher"}},"created_at":"2024-12-11T02:06:40.000Z","updated_at":"2025-03-06T03:22:18.000Z","dependencies_parsed_at":"2024-12-11T03:19:44.780Z","dependency_job_id":"6eecfd34-c845-447c-bde7-251cf7aa5f97","html_url":"https://github.com/nomadicGopher/Less_to_CSS_UI","commit_stats":null,"previous_names":["nomadicgopher/less-to-css-spa","nomadicgopher/less2cssui","nomadicgopher/less_to_css_ui"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadicGopher%2FLess_to_CSS_UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadicGopher%2FLess_to_CSS_UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadicGopher%2FLess_to_CSS_UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadicGopher%2FLess_to_CSS_UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomadicGopher","download_url":"https://codeload.github.com/nomadicGopher/Less_to_CSS_UI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242595889,"owners_count":20155373,"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":["css","interpreter","less","single-page-app","vscode"],"created_at":"2025-03-08T18:41:20.415Z","updated_at":"2025-03-08T18:41:23.914Z","avatar_url":"https://github.com/nomadicGopher.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"less2css_sample.png\" alt=\"less2cssUI\" width=\"50%\"/\u003e\n\u003c/p\u003e\n\n## Instrucions with VS Code\n* Clone this repo or download the index.html file\n* Install and activate the live preview extension by Microsoft\n* Add .less code in styles.less (in the same directory as index.html) \u0026 save\n* Right click on the index.html file and select live preview\n\n## Instructions without VS Code\n* Clone this repo or download the index.html file\n* Add .less code in styles.less (in the same directory as index.html) \u0026 save\n* Start an HTTP server from the current directory. You can simply use `python -m http.server`\n* Open `localhost:8080` in a web browser\n\n## Sample LESS content\n```less\n// Variables\n@primary-color: #4CAF50;\n@font-size: 16px;\n\n// Mixins\n.border-radius(@radius) {\n  -webkit-border-radius: @radius;\n     -moz-border-radius: @radius;\n      -ms-border-radius: @radius;\n          border-radius: @radius;\n}\n\n// Styles\nbody {\n  font-size: @font-size;\n  color: @primary-color;\n}\n\n.button {\n  .border-radius(5px);\n  background-color: @primary-color;\n  color: white;\n  padding: 10px 20px;\n  border: none;\n  cursor: pointer;\n\n  \u0026:hover {\n    background-color: darken(@primary-color, 10%);\n  }\n}\n```","funding_links":["https://github.com/sponsors/nomadicGopher"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomadicgopher%2Fless_to_css_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomadicgopher%2Fless_to_css_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomadicgopher%2Fless_to_css_ui/lists"}