{"id":23154902,"url":"https://github.com/eterey/meteor-sass-css3-mixins","last_synced_at":"2025-06-11T23:39:08.022Z","repository":{"id":29703976,"uuid":"33246798","full_name":"eterey/meteor-sass-css3-mixins","owner":"eterey","description":"Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library","archived":false,"fork":false,"pushed_at":"2015-04-01T13:05:02.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T02:18:41.017Z","etag":null,"topics":[],"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/eterey.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":"2015-04-01T12:42:26.000Z","updated_at":"2016-09-18T20:58:53.000Z","dependencies_parsed_at":"2022-08-03T01:15:35.261Z","dependency_job_id":null,"html_url":"https://github.com/eterey/meteor-sass-css3-mixins","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/eterey%2Fmeteor-sass-css3-mixins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterey%2Fmeteor-sass-css3-mixins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterey%2Fmeteor-sass-css3-mixins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eterey%2Fmeteor-sass-css3-mixins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eterey","download_url":"https://codeload.github.com/eterey/meteor-sass-css3-mixins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247215638,"owners_count":20903003,"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-12-17T20:15:03.088Z","updated_at":"2025-04-04T16:44:47.241Z","avatar_url":"https://github.com/eterey.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# [Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library](http://mynameismatthieu.com/sass-css3-mixins/)\n\nBy: [Matthieu Aussaguel](http://www.mynameismatthieu.com), [@mattaussaguel](https://twitter.com/#!/mattaussaguel)\n\nList of CSS3 Sass Mixins File to be `@imported` and `@included` as you need\n\nThe purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER\nENDING css files\n\nNote:All CSS3 Properties are being supported by Safari 5\nmore info: http://www.findmebyip.com/litmus/#css3-properties\n\n## Version\n\nv0.2\n\n## Website URL\n\nhttp://mynameismatthieu.com/sass-css3-mixins/\n\n## Mixins available:\n\n\u003ctable\u003e\n \u003ctr\u003e\n   \u003cth\u003eMixins\u003c/th\u003e\n   \u003cth\u003eArguments (with default values)\u003c/th\u003e\n \u003c/tr\u003e\n \n \u003ctr\u003e\n   \u003ctd\u003ecss3-prefix\u003c/td\u003e\n   \u003ctd\u003eWill add browser specific prefixes to supplied property (and will set it to supplied value)\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebackground-gradient\u003c/td\u003e\n   \u003ctd\u003eStart Color: #3C3C3C, End Color: #999999\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebackground-horizontal\u003c/td\u003e\n   \u003ctd\u003eStart Color: #3C3C3C, End Color: #999999\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebackground-radial\u003c/td\u003e\n   \u003ctd\u003eStart Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%\u003c/td\u003e\n \u003c/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003ebackground-size\u003c/td\u003e\n   \u003ctd\u003eWidth: 100%, Height: 100%\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebackground-opacity\u003c/td\u003e\n   \u003ctd\u003eColor: #000, Opacity: .85\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eborder-radius\u003c/td\u003e\n   \u003ctd\u003eRadius: 5px\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eborder-radius-separate\u003c/td\u003e\n   \u003ctd\u003eTop Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebox\u003c/td\u003e\n   \u003ctd\u003eOrientation: horizontal, Pack: center, Align: center\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebox-rgba\u003c/td\u003e\n   \u003ctd\u003eR: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebox-shadow\u003c/td\u003e\n   \u003ctd\u003eX: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ebox-sizing\u003c/td\u003e\n   \u003ctd\u003eType: border-box\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ecolumns\u003c/td\u003e\n   \u003ctd\u003eCount: 3, Gap: 10\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003edouble-borders\u003c/td\u003e\n   \u003ctd\u003eColor One: #3C3C3C, Color Two: #999999, Radius: 0\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eflex\u003c/td\u003e\n   \u003ctd\u003eValue: 1\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eflip\u003c/td\u003e\n   \u003ctd\u003eValue: ScaleX: -1\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003efont-face\u003c/td\u003e\n   \u003ctd\u003eValue: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eopacity\u003c/td\u003e\n   \u003ctd\u003eOpacity: 0.5\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eoutline-radius\u003c/td\u003e\n   \u003ctd\u003eRadius: 5px\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eresize\u003c/td\u003e\n   \u003ctd\u003eDirection: both\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003erotate\u003c/td\u003e\n   \u003ctd\u003eDegree: 0, M11: 0, M12: 0, M21: 0, M22: 0\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003etext-shadow\u003c/td\u003e\n   \u003ctd\u003eX: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003etransform\u003c/td\u003e\n   \u003ctd\u003eParameters: null\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003etransform-style\u003c/td\u003e\n   \u003ctd\u003eStyle: preserve-3d\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003etransition\u003c/td\u003e\n   \u003ctd\u003eWhat: all, Length: 1s, Easing: ease-in-out\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003etriple-borders\u003c/td\u003e\n   \u003ctd\u003eColor One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003ekeyframes\u003c/td\u003e\n   \u003ctd\u003eAnimation name - pass animation css as body\u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n   \u003ctd\u003eanimation\u003c/td\u003e\n   \u003ctd\u003ename duration timing-function delay iteration-count direction fill-mode play-state (http://www.w3schools.com/cssref/css3_pr_animation.asp)\u003c/td\u003e\n \u003c/tr\u003e\n\u003c/table\u003e\n\n## Examples and Instructions\n\nInstall package:\n\n```bash\n   meteor add uzumaxy:sass-css3-mixins\n```\n\nAdd some Sass build plugin for Meteor, for example:\n\n```bash\n   meteor add fourseven:scss\n```\n\nCall Mixins: \n\n```sass \n   @include opacity();\n   @include border-radius(3px); \n   @include transition(color, .5s, ease-in);\n```\n\n## Changelog\n\n* Initial Release\n* Beta Release\n\n## Licence\n\nCopyright \u0026copy; 2013 Matthieu Aussaguel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feterey%2Fmeteor-sass-css3-mixins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feterey%2Fmeteor-sass-css3-mixins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feterey%2Fmeteor-sass-css3-mixins/lists"}