Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2013-02-27 11:09:03
- goechsler
- Plugin Author
- Registered: 2013-02-27
- Posts: 1
goe_sass - Textpattern sassified
I created a plugin to use SASS from within textpattern for CSS output.
You can find it here: github.com/goechsler/goe_sass
Unfortunately I have no account to put it on textpattern.org. (How can I get one?)
From the plugin help:
This plugin allows the use of SASS for CSS preprocessing within textpattern.
It will compile the SASS code you define within the regular CSS style form to static CSS files, serving it through a tag which is quite similar to the well known <txp:css /> tag.
This plugin relies on phpSASS and borrows code from the sassy module for Drupal.
It started off as a hack of rvm_css, which can do similar things with LESS. Under the hood you will find that it is still heavily based on the code of the great Ruud van Melick.
Last edited by Gocom (2013-02-27 13:36:58)
Offline
Re: goe_sass - Textpattern sassified
Hi and welcome to txp. I have moved your post in the proper forum and also changed your privileges so that you can post there. I’m sure that somebody from the .org site will grant you access there soon.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: goe_sass - Textpattern sassified
Cool, will install this evening to try :)
Thanks!
Offline
Re: goe_sass - Textpattern sassified
goechsler wrote:
I have no account to put it on textpattern.org. (How can I get one?)
You got mail.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#5 2013-02-27 13:22:58
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,310
Re: goe_sass - Textpattern sassified
And the last piece in the plugin author puzzle: Just reserved your prefix.
Hi goechsler, welcome to the forum!
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Offline
Re: goe_sass - Textpattern sassified
Cool plugin! I will give that a try… Thanks!!
goechsler wrote:
Unfortunately I have no account to put it on textpattern.org. (How can I get one?)
Can I also get one? I would like to add abl_droploader on textpattern.org too.
Offline
Re: goe_sass - Textpattern sassified
developr wrote:
I would like to add abl_droploader on textpattern.org too.
I thought I set you an account up ages ago — maybe I’m wrong. Did you not get a password? I can try resetting it if you like.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: goe_sass - Textpattern sassified
Hi Stef
No, I have not received a password. Maybe it’s been lost in space…
Offline
#10 2013-06-12 10:35:28
- hildebruns
- Member
- Registered: 2009-03-10
- Posts: 35
Re: goe_sass - Textpattern sassified
Hi,
nice Plugin…
How can i import .scss files (@import “myFile”;) ? Is it possible, i have tried to store a file on my system in my CSS Folder (_myFile.scss), but it doesn´t work.
Thank you in advance…
Offline
#11 2013-06-12 12:31:53
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: goe_sass - Textpattern sassified
Hi,
I try your plugin on a 4.6-dev.
I put as new style sheet your sample :
$red: #f00;
body {
background: $red;
}
The file is generated in the \css directory, but not parsed (output file is exactly the same as input file). Where is my error ?
Last edited by jpdupont (2013-06-12 12:32:26)
Offline
#12 2015-05-25 13:51:11
- milosevic
- Member
- From: Madrid, Spain
- Registered: 2005-09-19
- Posts: 390
Re: goe_sass - Textpattern sassified
Hi:
The plugin’s installation help explains you have to grab a copy of PHPSass and put it somewhere in your webserver, but the link for grabing PHPSass looks abandoned. When I google for PHPSass there are several proyects named PHPSass arroung the Internet. Does anybody knows wich is the correct one for use with goe_sass?
Thank you.
Last edited by milosevic (2015-05-25 13:57:16)
<txp:rocks/>
Offline