{"id":15011372,"url":"https://github.com/awilddevappears/tequila-less","last_synced_at":"2026-04-07T14:01:23.376Z","repository":{"id":98073871,"uuid":"76576104","full_name":"AWildDevAppears/tequila-less","owner":"AWildDevAppears","description":"Less edition of the Tequila-sass library","archived":false,"fork":false,"pushed_at":"2016-12-15T16:30:56.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T22:43:53.343Z","etag":null,"topics":["lesscss"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AWildDevAppears.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-12-15T16:23:25.000Z","updated_at":"2018-11-12T17:11:17.000Z","dependencies_parsed_at":"2023-05-23T10:30:39.723Z","dependency_job_id":null,"html_url":"https://github.com/AWildDevAppears/tequila-less","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"2011d7b7eb46dfaf4281370b8a27e417e2b632c9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWildDevAppears%2Ftequila-less","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWildDevAppears%2Ftequila-less/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWildDevAppears%2Ftequila-less/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWildDevAppears%2Ftequila-less/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AWildDevAppears","download_url":"https://codeload.github.com/AWildDevAppears/tequila-less/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307333,"owners_count":20270256,"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":["lesscss"],"created_at":"2024-09-24T19:40:59.534Z","updated_at":"2025-12-26T15:22:00.070Z","avatar_url":"https://github.com/AWildDevAppears.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tequilla\n\nIf everyone else can name their sass modules after alcoholic beverages, why don't I\ndo it too?\n\n## Whats under the hood?\n\n### Basic mixins\n\n### Display flex\n```\n    .display-flex();\n```\n\nThis one simply sets a block to display flex, use this on the outer row. Flex row uses this\n\n### Display inline flex\n```\n    .display-inline-flex();\n```\n\nThis one simply sets a block to display inline flex, use this on the outer row.\n\n### Flex direction\n```\n   .flex-direction(row);\n```\n\nThis changes the direction that the row will use flex, this defaults to row. To\nfind out all of the options, see [this link](https://developer.mozilla.org/en/docs/Web/CSS/flex-direction).\n\n### Flex wrap\n```\n    .flex-wrap(nowrap);\n```\n\nThis changes whether the row will wrap or not, this defaults to nowrap.\nTo find out all of the options, see [this link](https://developer.mozilla.org/en/docs/Web/CSS/flex-wrap).\n\n### Flex flow - (NYI)\n```\n    .flex-flow(row nowrap);\n```\n\n\nFlex flow is a shorthand way of calling flex direction and flex flow\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/flex-flow).\n\n### Align items\n```\n    .align-items(stretch);\n```\n\nThis mixin aligns the flex items on the current flex line\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/flex-align).\n\n\n### Align flex items - (NYI)\n```\n   .align-flex-items(stretch);\n```\n\nThis mixin aligns a flex container's lines within the flex container when there is extra space on the cross-axis.\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/align-content).\n\n### Justify content\n```\n    .justify-content(stretch);\n```\n\nThis mixin aligns a flex container's lines within the flex container when there is extra space on the cross-axis.\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/align-content).\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/align-content).\n\n### Flex\n```\n    .flex(0, 1, 1);\n```\n\nThe flex mixin is a quick way of making flex items, it takes three properties,\nall of which are optional, the 1st is the flex grow property, the second,\nflex shrink and the third, flex basis.\n\nThe flex grow property is the amount of the row you want this item to take up,\nthe flex shrink property states by which factor the block should be shrunk,\nthe flex basis sets the base size of the flex item\n\nFor basic usage of the flex mixin you should be able to get away with not passing\nany arguments to the mixin, for more complex stuff you will need to get to grips\non what the grow, shrink and basis options do\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/flex)\nand all will be revealed (hopefully).\n\n### Flex order - (NYI)\n```\n    .flex-order(3);\n```\n\nThis mixin adjusts the position of a flex item, reordering it in the DOM\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/order).\n\n### Align flex self\n```\n    .align-flex-self(3);\n```\n\nThis mixin works a lot like `align-flex` except it acts on a single flex item\u003c/p\u003e\n\nFor more information see [this link](https://developer.mozilla.org/en/docs/Web/CSS/align-self).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawilddevappears%2Ftequila-less","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawilddevappears%2Ftequila-less","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawilddevappears%2Ftequila-less/lists"}