{"id":15111911,"url":"https://github.com/artcodestudio/sass-prefix-mixins","last_synced_at":"2025-09-27T13:30:40.811Z","repository":{"id":58245465,"uuid":"68449023","full_name":"ArtCodeStudio/sass-prefix-mixins","owner":"ArtCodeStudio","description":"Collection of mixins to add vendor prefixes directly in sass/scss.","archived":true,"fork":false,"pushed_at":"2018-02-03T10:33:17.000Z","size":12,"stargazers_count":10,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T19:45:12.960Z","etag":null,"topics":["mixins","prefix","sass","sass-autoprefixer","sass-mixins","scss","vendorprefix"],"latest_commit_sha":null,"homepage":"","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/ArtCodeStudio.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":"2016-09-17T11:47:25.000Z","updated_at":"2023-06-09T20:36:10.000Z","dependencies_parsed_at":"2022-08-31T04:50:38.769Z","dependency_job_id":null,"html_url":"https://github.com/ArtCodeStudio/sass-prefix-mixins","commit_stats":null,"previous_names":["jumplinknetwork/sass-prefix-mixins","jumplinknetwork/sass-autoprefixer"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fsass-prefix-mixins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fsass-prefix-mixins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fsass-prefix-mixins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fsass-prefix-mixins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtCodeStudio","download_url":"https://codeload.github.com/ArtCodeStudio/sass-prefix-mixins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234438061,"owners_count":18832619,"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":["mixins","prefix","sass","sass-autoprefixer","sass-mixins","scss","vendorprefix"],"created_at":"2024-09-26T00:24:16.017Z","updated_at":"2025-09-27T13:30:40.525Z","avatar_url":"https://github.com/ArtCodeStudio.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sass-prefix-mixins\nCollection of mixins to add vendor prefixes directly in sass/scss.\n\n## install\n### NPM\n```\nnpm install sass-prefix-mixins\n```\n### Bower\n```\nbower install sass-prefix-mixins\n```\n\n## Using\n\nAdd the scss file to your your own scss file:\n\n```scss\n@import \"./../bower_components/sass-autoprefixer/scss/prefixes\";\n```\nreplace your scss statement with its sass-prefix-mixins mixin, e.g. replace\n\n```scss\n.your-class {\n  flex-flow: row wrap;\n}\n```\n\nwith\n\n```scss\n.your-class {\n  @include vp-flex-flow(row wrap);\n}\n```\n\nthe resulting css will look like\n\n```css\n.your-class {\n  -webkit-flex-flow: row wrap;\n  -moz-flex-flow: row wrap;\n  -ms-flex-flow: row wrap;\n  flex-flow: row wrap;\n}\n ```\n \n## Mixins\n\nCheck the source code to see which mixins exist or help me and update this Readme\n \n## See also\n* [Bootstrap 4 Backward](https://github.com/JumpLinkNetwork/bootstrap-backward) - Bootstrap 4 Version using sass-autoprefixer to compile bootstrap 4 directly in your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcodestudio%2Fsass-prefix-mixins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcodestudio%2Fsass-prefix-mixins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcodestudio%2Fsass-prefix-mixins/lists"}