{"id":15619305,"url":"https://github.com/lh0x00/liser","last_synced_at":"2026-04-30T10:39:16.369Z","repository":{"id":118761990,"uuid":"119149696","full_name":"lh0x00/liser","owner":"lh0x00","description":"functional css help to optimizing design work and building responsive websites. liser help you create the module contains the css properties you need to use quickly and lightest!","archived":false,"fork":false,"pushed_at":"2018-08-17T12:28:05.000Z","size":308,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-14T12:01:26.144Z","etag":null,"topics":["ciser","css","design","functional","liser","modules","postcss","reponsive","style"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/lh0x00.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-27T09:12:43.000Z","updated_at":"2018-07-27T02:13:16.000Z","dependencies_parsed_at":"2023-07-12T01:33:23.807Z","dependency_job_id":null,"html_url":"https://github.com/lh0x00/liser","commit_stats":{"total_commits":59,"total_committers":1,"mean_commits":59.0,"dds":0.0,"last_synced_commit":"df7b94a46c2ac17eb48736934c43d53d2705bc82"},"previous_names":["lamhieu-vk/liser"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh0x00%2Fliser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh0x00%2Fliser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh0x00%2Fliser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh0x00%2Fliser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lh0x00","download_url":"https://codeload.github.com/lh0x00/liser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006259,"owners_count":20382441,"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":["ciser","css","design","functional","liser","modules","postcss","reponsive","style"],"created_at":"2024-10-03T08:04:50.822Z","updated_at":"2026-04-30T10:39:11.348Z","avatar_url":"https://github.com/lh0x00.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# liser\n\n[![npm version][npm-version-image]][npm-url]\n[![npm version stable][npm-version-stable-image]][npm-version-stable-url]\n[![npm downloads][npm-downloads-image]][npm-url]\n[![github issues][github-issues-image]][github-issues-url]\n\nfunctional css help to optimizing design work and building responsive websites. liser help you create the module contains the css properties you need to use quickly and lightest!\n\n# usage\n\n## self-generated\n\n### step 1\n\n#### clone liser repository\n```bash\n$ git clone https://github.com/lamhieu-vk/liser.git\n```\n\n### step 2\n\n#### create a modules\n\n- create a directory with the name `example` located at `/src/modules`\n\n- create a file with the same name as the directory (with the extension `.css`) at `/src`\n\n- import all the components from `/src/modules/example` directory into the file `/src/example.css`\n\nand now you have a new module\n\n### step 3\n\n#### build official files\n\n```bash\n$ npm run build\n```\n\nit will run build main files and build split files to dir `/build`\n\n#### build main files\n\n```bash\n$ npm run build:main\n```\n\n#### build split files\n\n```bash\n$ npm run build:split\n```\n\n#### build a module\n\n```bash\n$ name={module_name} npm run build:module {...modules_list}\n```\n\n[**module_name**]: replace with a name you want\n\n[**...modules_list**]: replace with list name of modules you need build (in `/src`). exmaple: box-shadow colors widths\n\n```bash\nexample:\n$ name=simple npm run build:module box-shadow colors widths\n```\n\nmodule name is `simple` and it will combine `box-shadow` `colors` `widths` modules\n\n### step 4\n\nafter build completed, you can use that file for your site\n\n## library\n\n### full modules\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/liser/build/liser.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/liser@stable/build/liser.min.css\"\u003e\n```\n\n### once module\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/liser/build/liser.[module].min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/liser@stable/build/liser.[module].min.css\"\u003e\n```\n\n# updated\n\nupdated history, [read more](https://github.com/lamhieu-vk/liser/tree/master/updated.md)\n\n# sites\n\nsites built with liser, [read more](https://github.com/lamhieu-vk/liser/tree/master/sites.md)\n\n# todos\n\n- [-] fork modules from [ciser](https://github.com/lamhieu-vk/ciser) to liser. can you help me? it's great!\n\n\n# modules\n\nthese are already supported modules, [read more](https://github.com/lamhieu-vk/liser/tree/master/modules.md)\n\n\n# version\n\n### stable: 0.2.4\n\n### lastest: 0.2.4\n\n\n# license\n\n[MIT](https://github.com/lamhieu-vk/liser/blob/master/LICENSE)\n\n[npm-url]: https://npmjs.org/package/liser\n[npm-version-image]: https://badge.fury.io/js/liser.svg\n[npm-downloads-image]: https://img.shields.io/npm/dm/liser.svg\n[npm-version-stable-image]: https://img.shields.io/badge/stable-0.2.4-brightgreen.svg\n[npm-version-stable-url]: https://unpkg.com/liser@stable/build/liser.min.css\n[github-issues-image]: https://img.shields.io/github/issues/lamhieu-vk/liser.svg\n[github-issues-url]: https://github.com/lamhieu-vk/liser/issues\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flh0x00%2Fliser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flh0x00%2Fliser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flh0x00%2Fliser/lists"}