Create new Sass variable

Hi everybody, sorry if my question is a bit stupid, but I’m new with Ionic.
I want for my app to create a personal scss file. So I creates first a file _sed.scss in the folder www/lib/ionic/scss/ then I put my code in this file. In the file ionic.scss I add "sed". But it doesn’t work.

How can I do please ?

Not an Ionic question, read the SASS docs

@import "sed";

Thanks a lot. it’s work